[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Addr                     Returns Pointer to any Variable

 Addr(var Item) : <pointer>;

    Returns a 32-bit pointer to Item.

            Item    Any variable of any type.

  -------------------------------- Example ---------------------------------

           Var
             IPtr : ^Integer;
             I : Integer;

           IPtr := Addr(I);

See Also: Ofs Seg
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson